Welcome![Sign In][Sign Up]
Location:
Search - mapx c

Search list

[OtherBeijingMap-MapX

Description: 用于地理信息系统的地图资源,朝阳区地图,数据格式.Map,.Tab,.Dat,.ID用于MapX的开发,可在vb,vb.net,vc,c++,c#各平台下使用-for the Geographic Information System, map, Chaoyang district maps, data format. Map,. Tab, . Dat,. MapX ID for the development, in vb, vb.net, vc, c, c # use of the platform
Platform: | Size: 1073454 | Author: 焦伟 | Hits:

[Multimedia DevelopVC下的MAPX实现

Description: 文实验环境为 .NET 1.1,MAPX4.5。 为了让鹰眼图脱离主View单独浮动,决定使用CJLibrary控件来放置鹰眼图,该控件可由网址[2]下载。 鹰眼图上面有一个红色矩形框,表示主图的当前可视范围。要求点击鼠标左键来移动此框时能够引起主图的联动。 主图上有放大、缩小、移动三个工具按钮,要求主图变化的时候,能够引起鹰眼图矩形框的联动。 实现的易错点在CMapXEagleBar::OnMouseUpInMap函数, 鹰眼图中矩形框的移动要经过如下几步: a) 得到矩形框四个顶点移动前的屏幕坐标, b) 计算出中心点坐标, c) 通过消息传入的参数得到移动后的中心点屏幕坐标 d) 计算前后中心点的偏移(以屏幕坐标作为参考) e) 计算移动后的矩形框的四个顶点的屏幕坐标 f) 将四个顶点的屏幕坐标转换成地理坐标 g) 显示新的矩形框
Platform: | Size: 65964 | Author: xin1888@163.com | Hits:

[OtherC000

Description: GIS地理信息系统开发。大名鼎鼎的MAPX+C++软件开发,所提供的C++源代码-GIS development. The famous Connection C+ software development, provided by the C source code
Platform: | Size: 377856 | Author: aqua | Hits:

[CSharpWebApplication2

Description: 城市公交线路查询.开发平台:C#+Mapxtreme20046.2-city bus lines inquiries. Platform : C# Mapxtreme20046.2
Platform: | Size: 669696 | Author: 张少春 | Hits:

[GIS programDotNet--MAPOBJECT

Description: MapObjects C#开发实例 使用dotnet平台开发的gis系统-MapObjects C# examples of the use of the development platform for the development of the Click system gis
Platform: | Size: 1475584 | Author: sdff | Hits:

[Other systemsMAPX_De

Description: C++ MapX开发源码,适用于地理信息系统开发的初学者借鉴,简单易懂。打开项目文件后可直接运行,环境需要安装MapX 5.0。-mapxX C source code, apply to the development of geographic information system from the beginners, simple and understandable. After opening the project document can run, the environment need to install MapX 5.0.
Platform: | Size: 138240 | Author: baihaili | Hits:

[GIS programmitab

Description: mitab可以读取mapinfo格式的地图数据,功能类似于MapX,但是它是开源的,C++语言编写-mitab MapInfo can read the map data format, similar to the function of MapX. But it is revenue, C language
Platform: | Size: 1054720 | Author: 周公爽 | Hits:

[Software EngineeringDijkstra

Description: Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i] -Dijkstra algorithm for shortest path (C# Version) using System using System.Collections using System.Text namespace Greedy (class Marx (private int [] distance private int row private ArrayList ways = new ArrayList () public Marx (int n, params int [] d) (this.row = n distance = new int [row* row] for (int i = 0 i
Platform: | Size: 209920 | Author: wwf | Hits:

[GIS programCPPSample

Description: mapx相关资料 c++例子-MapX relevant information c++ example
Platform: | Size: 625664 | Author: | Hits:

[CSharpCSharpMapx

Description: C#Mapx 地图系统 ——开发的电子地图系统 学生做的一个C# + Mapx,有一定的参考意义-C# Mapx map system- the development of electronic map system, students make a C Mapx, has a certain reference value
Platform: | Size: 1332224 | Author: gaotq | Hits:

[Otherdelphi+mapx

Description: 主地图放大,缩小,漫游操作,鹰眼地图实现主地图的导航功能,文件操作和,土层操作-The main map to enlarge, narrow, roaming operation, Hawkeye Map realize the main map navigation functions, file operations, and, layer operation
Platform: | Size: 136192 | Author: jd | Hits:

[Other20041813365576629

Description: MapX是一个提供给应用程序开发人员的工具。它提供了一个最简单和最节约成本的方法,用来将地图化功能嵌入到新的和现有的应用中。MapX是一个OCX组件,可以被快速集成到使用Visual Basic、PowerBuilder、Delphi、Visual C++或其他面向对象的语言的客户端应用程序以及使用Lotus Script的Lotus Notes (v4.5)中。-MapX is a available to application developers tool. It provides a simplest and most cost-effective method, used to map functions embedded in new and existing applications. MapX is an OCX components, can be quickly integrated into the use of Visual Basic, PowerBuilder, Delphi, Visual C++ Or other object-oriented language, client application and the use of Lotus Script in Lotus Notes (v4.5) in .
Platform: | Size: 5600256 | Author: 成是非 | Hits:

[.netAddPoint

Description: 基于mapxtreme平台下的C#添加点、线、面还有查询高亮显示。-MapXtreme platform based on the C# Add point, line and plane are highlighted query.
Platform: | Size: 4096 | Author: 张权功 | Hits:

[GUI DevelopCJLibrary+Version+6.09

Description: 是公认的用于visual c++界面开发的MFC库,希望同行一起讨论。
Platform: | Size: 1028096 | Author: xurongjun | Hits:

[GIS programEagleEye_v1

Description: VC+MapX实现的鹰眼图与主图联动功能。-VC MapX implementation of the Eagle Eye diagram with the main functional linkage map.
Platform: | Size: 113664 | Author: 史操 | Hits:

[GIS programcsharpgisfromkun

Description: 基于MAPX的GIS应用,ASP.net,c#开发,实现了地图放大查询等功能 -MAPX of GIS-based applications, ASP.net, c# Development, the realization of the map to enlarge the functions of query
Platform: | Size: 627712 | Author: zhangkun | Hits:

[CSharpCMAPX

Description: C#开发的基于MapX地图平台的地图编辑工具源代码-C# Development platform based on MapX map map editing tools source code
Platform: | Size: 425984 | Author: zyw | Hits:

[Windows Developluxianchaxun

Description: 本程序实现路线查询的功能,将map文件夹放到c盘中即可运行。 还要添加com引用:mapx和windows mediaplayer 目前只能查寻“北京航空航天大学体育馆”到“国家体育场”的公交路线并显示。 查询“北京航空航天大学体育馆”,“国家体育场”和“国家游泳中心”时,可以播放视频。-This procedure to achieve line of query functions, will map the folder into c to run the session. Would also like to add a com reference: mapx and windows mediaplayer search currently only Beijing University of Aeronautics and Astronautics Gymnasium to National Stadium and displays the bus routes. Search for Beijing University of Aeronautics and Astronautics Gymnasium, National Stadium and National Swimming Center , you can play the video.
Platform: | Size: 2271232 | Author: 刘雪娅 | Hits:

[GPS developSerialSample

Description: MapX+VC++的SerialSample,地图示例,C++源码
Platform: | Size: 60416 | Author: 冷月宫主 | Hits:

[GIS programMapX45_Help

Description: MapX的帮助文档,很好很强大,编程者都需要,谁用谁知道.-MapX help files, very good very strong programming are required, by who knows who.
Platform: | Size: 2138112 | Author: 张海 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net